From 8de5b0624d2d69ef6274b514c61e7ee68930d2d6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 16 Aug 2018 08:28:17 +0200 Subject: [PATCH] Unbreak Special:JavaScriptTest Follow-up to dec8009 Change-Id: I812253cc1a504a8bb876700026dbfd35a727458b --- includes/specials/SpecialJavaScriptTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialJavaScriptTest.php b/includes/specials/SpecialJavaScriptTest.php index f858f5c2cd..87bd2ed0c9 100644 --- a/includes/specials/SpecialJavaScriptTest.php +++ b/includes/specials/SpecialJavaScriptTest.php @@ -142,7 +142,7 @@ class SpecialJavaScriptTest extends SpecialPage { // Things like "dependency missing" or "unknown module". // Re-throw so that they are reported as global exceptions by QUnit and Karma. setTimeout( function () { - throw e; + throw err; } ); } ); JAVASCRIPT -- 2.20.1